object formWaitForResponse: TformWaitForResponse Left = 608 Top = 189 BorderIcons = [] BorderStyle = bsSingle Caption = 'Waiting for your response...' ClientHeight = 186 ClientWidth = 300 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False PopupMode = pmAuto Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object img: TImage Left = 0 Top = 0 Width = 300 Height = 83 Align = alTop Picture.Data = {} Stretch = True end object labelInformation: TLabel Left = 8 Top = 104 Width = 289 Height = 49 AutoSize = False Caption = 'There are problems found, but they are not serious. If you don'#39't' + ' press the button now, they'#39'll be ignored for now...' WordWrap = True end object buttonCancel: TBitBtn Left = 102 Top = 152 Width = 99 Height = 25 Caption = 'Cancel' TabOrder = 0 OnClick = buttonCancelClick Kind = bkAbort end object progressBar: TProgressBar Left = 0 Top = 83 Width = 300 Height = 16 Align = alTop Max = 20 Step = 1 TabOrder = 1 end object timerEndWait: TTimer Enabled = False Interval = 500 OnTimer = timerEndWaitTimer Left = 8 Top = 144 end end